internal/runtime/maps.Map.putSlotSmallFastStr (method)

2 uses

	internal/runtime/maps (current package)
		runtime_faststr_swiss.go#L220: func (m *Map) putSlotSmallFastStr(typ *abi.SwissMapType, hash uintptr, key string) unsafe.Pointer {
		runtime_faststr_swiss.go#L289: 			elem := m.putSlotSmallFastStr(typ, hash, key)